草庐IT

Python SSL : CERTIFICATE_VERIFY_FAILED

全部标签

k8s 启动 elasticsearch 失败: [failed to bind service]

具体的错误信息klogs-felasticsearch-0-nkube-system"stacktrace":["org.elasticsearch.bootstrap.StartupException:ElasticsearchException[failedtobindservice];nested:AccessDeniedException[/usr/share/elasticsearch/data/nodes];","atorg.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:163)~[elasticsear

Failed to start The nginx HTTP and reverse proxy server

nginx服务常用操作#查看nginx服务状态systemctlstatusnginx.service#启动nginx服务systemctlstartnginx.service#停止nginx服务systemctlstopnginx.service#重启nginx服务systemctlrestartnginx.service#重新读取nginx配置(这个最常用,不用停止nginx服务就能使修改的配置生效)systemctlreloadnginx.service启动nginx报错:FailedtostartThenginxHTTPandreverseproxyserver对于报错的描述是Addr

org.springframework.context.ApplicationContextException: Failed to start bean ‘org.springframework.a

报错org.springframework.context.ApplicationContextException:Failedtostartbean'org.springframework.amqp.rabbit.config.internalRabbitListenerEndpointRegistry';nestedexceptionisorg.springframework.amqp.AmqpIllegalStateException:Fatalexceptiononlistenerstartup使用RabbitMq测试交换机、队列时候报的错苦思冥想一开始我以为是队列的监听器配置信息和监

Centos 7安装k8s 报hostPath type check failed:/sys/fs/bpf is not a direcctory错误解决方法

原创文档编写不易,未经许可请勿转载。文档中有疑问的可以邮件联系我。邮箱:yinwanit@163.com说明Centos7系列操作系统在安装k8s时可能会遇到hostPathtypecheckfailed:/sys/fs/bpfisnotadirecctory错误,该问题为内核版本过低导致的。/sys/fs/bpf在4.4版本中的内核中才有,对于版本比较高得k8s集群建议升级内核到4.4以上。该操作需要在能够连接互联网环境机器上进行。步骤概述查看确认当前内核导入镜像key安装elrepoyum源安装内核更改内核默认启动顺序确认内核升级成功操作过程一、确认当前内核内核版本小于4.4#uname-

Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed;

更新更高版本的SpringBoot依赖解决了来源来自GitHub上面的GitHub-echisan/springboot-jwt-demo:这是一个使用了springboot+springSecurity+jwt实现的基于token的权限管理的一个demo项目,本地启动后报错org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'entityManagerFactory'definedinclasspathresource[org/springframework/boot/autocon

curl请求https证书过期的问题:SSL certificate problem: certificate has expired

写了两个系统,系统A使用curl去请求系统B,但是不知道为什么会报错SSLcertificateproblem:certificatehasexpired系统A使用了https但是系统B没有使用https系统A的SSL并未过期,而且在两个系统在同一台服务器时并未报错,所以不是SSL证书的问题解决办法:关闭curl对证书验证,可以解决,但是个人觉得这种东西还是不要乱动比较好curl-H"Content-Type:application/json"-XPOST--data'{"param1":1}'https://openapi.xxx.cn/api/getData-k这里可以确定是服务器本地的证

nvidia-smi报错:NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver 原因及避坑解决方案

nvidia-smi报错:NVIDIA-SMIhasfailedbecauseitcouldn‘tcommunicatewiththeNVIDIAdriver原因及解决方案过了一段时间重新登录linux系统,发现nvidia用不了了,发现是由于重启服务器,linux内核升级导致的。解决方案:1.打开终端,输入nvcc-V检查驱动和cuda,发现是都有的2.查看已安装的驱动版本信息ls/usr/src|grepnvidia可以查到我的驱动版本是nvidia-470.743.安装dkmssudoapt-getinstalldkms如果此时权限不够,切换到root用户。切换方法:(1)输入sudop

报错:FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask原因查找

项目场景:使用hive分析、处理数据时问题描述执行hive语句后,报错:FAILED:ExecutionError,returncode2fromorg.apache.hadoop.hive.ql.exec.mr.MapRedTask在网上找了很多有关这个问题的帖子,虽然它们都给出了该问题的不同情况的解决方法,但是并没讲解怎么去寻找自己是因为什么原因导致出现这个问题的,只能盲目的试各种解决方法。解决方案:点击运行后弹出的链接,到网页里查看报错信息  可以看到我报错的原因是:Error:Couldnotfindorloadmainclassorg.apache.hadoop.mapreduce.

报错:FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask原因查找

项目场景:使用hive分析、处理数据时问题描述执行hive语句后,报错:FAILED:ExecutionError,returncode2fromorg.apache.hadoop.hive.ql.exec.mr.MapRedTask在网上找了很多有关这个问题的帖子,虽然它们都给出了该问题的不同情况的解决方法,但是并没讲解怎么去寻找自己是因为什么原因导致出现这个问题的,只能盲目的试各种解决方法。解决方案:点击运行后弹出的链接,到网页里查看报错信息  可以看到我报错的原因是:Error:Couldnotfindorloadmainclassorg.apache.hadoop.mapreduce.

nacos下线服务报错:caused: errCode: 500, errMsg: do metadata operation failed ;caused: com.alibaba.nacos.co

问题描述使用nacos下线一个节点的服务时,弹窗报错:caused:errCode:500,errMsg:dometadataoperationfailed;caused:com.alibaba.nacos.consistency.exception.ConsistencyException:TheRaftGroup[naming_instance_metadata]didnotfindtheLeadernode;caused:TheRaftGroup[naming_instance_metadata]didnotfindtheLeadernode解决办法1、先停掉nacos2、到nacos安